Learn R Programming

DataSetsUni (version 0.1)

Flood Peaks: This data set represents 72 excrescences of flood peaks

Description

The function allows to provide the 72 excrescences of flood peaks for the years 1958–1984 (rounded to one decimal place) of flood peaks (in m3 per s) of the Wheaton River near Carcross in Yukon Territory, Canada.

Usage

data_floodpeak

Value

data_floodpeak gives the 72 excrescences of flood peaks for the years 1958–1984.

Arguments

data_floodpeak

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

This data set represents 72 excrescences of flood peaks for the years 1958–1984 (rounded to one decimal place) of flood peaks (in m3 per s) of the Wheaton River near Carcross in Yukon Territory, Canada. Recently, it is used by Mohamed et al. (2022) and fitted a Marshall-Olkin extended Gompertz Makeham model.

References

Mohamed, R. A., Al-Babtain, A. A., Elbatal, I., Almetwally, E. M., & Almongy, H. M. (2022). Classical and Bayesian Inference of Marshall-Olkin Extended Gompertz Makeham Model with Modeling of Physics Data. Journal of Mathematics, 2022.

See Also

data_floodSus, data_flood, data_floodtime

Examples

Run this code
x<-data_floodpeak
summary(x)

Run the code above in your browser using DataLab